logo
back
dimalevkin.com
Rust Tailwind Optimizer
Recently, while inspecting my Next.js app in production, I noticed that a significant amount of unnecessary text was being sent to the client in utility classes within HTML files. In order to optimize this, I decided to create a tool using Rust.

tags

contributionideastoolsrust

I learned to:

  • Contribute to large repos
  • Use rust on large projects
  • Work with files in Rust